The following variables and conditions are case sensitive. Condition tags must be on their own line.

Variables:
__title__  		Generated title ID.

__culture__		Culture of generated title.
__culGroup__	Culture group of generated title.

__religion__	Religion of generated title.
__relGroup__	Religion group of generated title.

__capital__		Capital of generated title.

__county__		County level title.
__duchy__		Duchy level title.
__kingdom__		Kingdom level title.
__empire__		Empire level title.

__reqCount__	Required county titles.
__reqDuchy__	Required duchy titles.
__reqKing__		Required kingdom titles.


Conditionals:
$IfNoCul		Includes the enclodes if user selects No Culture.
$IfCul			Includes the enclosed if user selects Culture.
$IfCulGroup		Includes the enclosed if user selects Culture Group.

$IfNoRel		Includes the enclosed if user selects No Religion.
$IfRel			Includes the enclosed if user selects Religion.
$IfRelGroup		Includes the enclosed if user selects Religion Group.

$IfMakeDeJure	Includes the enclosed if user selects Replace De Jure.

$IfIsDuchy		Includes the enclosed if the generated title is a duchy.
$IfIsKingdom	Includes the enclosed if the generated title is a kingdom.
$IfIsEmpire		Includes the enclosed if the generated title is an empire.

$EndIf			Ends the conditional.